From eba818ffb4ca84f24f4d29924533bc2c098c88ce Mon Sep 17 00:00:00 2001 From: Dhravya Date: Mon, 26 Feb 2024 17:53:38 -0700 Subject: EVERYTHING WORKING PERFECTLY --- apps/web/src/app/api/[...nextauth]/route.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 apps/web/src/app/api/[...nextauth]/route.ts (limited to 'apps/web/src/app/api/[...nextauth]/route.ts') diff --git a/apps/web/src/app/api/[...nextauth]/route.ts b/apps/web/src/app/api/[...nextauth]/route.ts new file mode 100644 index 00000000..db7d1fb8 --- /dev/null +++ b/apps/web/src/app/api/[...nextauth]/route.ts @@ -0,0 +1,2 @@ +export { GET, POST } from "@/server/auth"; +export const runtime = "edge"; -- cgit v1.2.3